-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update POM files #4492
Update POM files #4492
Conversation
Not ready yet, there's a failure in Azure pipelines. |
The POM files have been modified to use the latest dependencies. The dependencies have been moved into the modules that actually need them. The maven-surefire-plugin has been added to run JUnit 5 tests properly. A new POM file has also been added for EST. The RPM spec and Azure pipelines have been updated to use the same dependencies as in the POM files.
Kudos, SonarCloud Quality Gate passed! |
It's ready now, all tests passed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@fmarco76 @ckelleyRH Thanks! |
The POM files have been modified to use the latest dependencies. The dependencies have been moved into the modules that actually need them. The
maven-surefire-plugin
has been added to run JUnit 5 tests properly. A new POM file has also been added for EST.The RPM spec and Azure pipelines have been updated to use the same dependencies as in the POM files.